@charset "utf-8";
/*---------------------------------------------------------
footer styles
---------------------------------------------------------*/

#footer {
    background: #0F5FBC;
}

#footer,
#footer a {
    color: #fff;
}

#footer .content {
    padding: 50px 0 35px;
}

#footer .content .footer_info {
    flex: 1 1 0;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    margin: 0;
}

#footer .content .footer_info li span {
    padding: 0 10px;
}

#footer .content .footer_info .beian img {
    vertical-align: middle;
}

#footer .content .footer_left .wx,
#footer .content .footer_right {
    font-size: 12px;
    text-align: center;
}

#footer .content .footer_left .wx {
    margin-right: 10px;
}

#footer .content .footer_left .wx img {
    width: 102px;
}

#footer .content .footer_left .img_content img,
#footer .content .footer_right .dzjg img {
    width: 100px;
}

#footer .content .footer_right>div:nth-of-type(2) {
    margin-right: 10px;
}

/* 手机端 */
@media (max-width: 480px) {

    #footer .content {
        width: 100%;
        padding: 40px 15px;
        flex-direction: column;
    }

    #footer .content .footer_left .wx {
        margin-right: 20px;
    }

    #footer .content .footer_right>div:nth-of-type(2) {
        margin: 0 30px 0 15px;
    }

    #footer .content .footer_info {
        line-height: 40px;
        font-size: 16px;
        margin: 25px 0;
    }

    #footer .content .footer_info li span {
        display: block;
        padding: 0;
    }

    #footer .content .footer_right .dzjg img {
        width: auto;
    }
}